button: Remove unused flag
authorTimm Bäder <mail@baedert.org>
Sun, 7 May 2017 08:59:47 +0000 (10:59 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000 (21:27 -0400)
gtk/gtkbuttonprivate.h

index 909a5f1a456a0150ae7e67f2e9e984f365b94a95..ebb8ec6cb341255b0590319a38c4c50c1df7184d 100644 (file)
@@ -36,7 +36,6 @@ struct _GtkButtonPrivate
   guint                  activate_timeout;
 
   guint          button_down           : 1;
-  guint          constructed           : 1;
   guint          in_button             : 1;
   guint          use_underline         : 1;
   guint          child_type            : 2;